home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AP Professional Graphics CD-ROM Library
/
AP Professional Graphics CD-ROM Library.iso
/
pc
/
unix
/
appendix
/
gemsii
/
intrsect
/
makefile
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1992-09-17
|
199 b
|
13 lines
CFLAGS = -g -I..
all: intsph.o inttor.o
intsph.o: intsph.c
cc $(CFLAGS) -c intsph.c -o intsph.o
inttor.o: inttor.c
cc $(CFLAGS) -c inttor.c -o inttor.o
clean:
/bin/rm -f intsph.o inttor.o